home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / comphelp / batchtut / exdir.bat < prev    next >
Encoding:
DOS Batch File  |  1983-08-28  |  111 b   |  4 lines

  1. echo off
  2. .                               exdir.bat  %1   revised 20-aug-83
  3. dir %1 | sort /+10 >%1exdir.dir
  4.